Keysight VISA.NET Help
WriteList(Double[]) Method



The array of doubles to be added to the formatted I/O write buffer.
Converts each of the doubles in the specified array to an ASCII string and appends them, separated by commas, to the formatted I/O write buffer.
Syntax
'Declaration
 
Overloads Sub WriteList( _
   ByVal data() As Double _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As Double
 
instance.WriteList(data)
void WriteList( 
   double[] data
)
void WriteList( 
   array<double>^ data
) 

Parameters

data
The array of doubles to be added to the formatted I/O write buffer.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025